tools/libxl: introduce enum type libxl_checkpointed_stream
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 14 Dec 2015 06:14:28 +0000 (14:14 +0800)
committerWei Liu <wei.liu2@citrix.com>
Fri, 26 Feb 2016 15:14:46 +0000 (15:14 +0000)
commit780579d2e822627332609275ed0aef366b4da6f7
treec9f3ad42efd0b9cb39fedf6dec153ba0efc25f63
parentd5c693d9bb3f77342b640d6744858bf6809473cc
tools/libxl: introduce enum type libxl_checkpointed_stream

Introduce enum type libxl_checkpointed_stream in IDL.
rename the last argument of migrate_receive from "remus" to
"checkpointed" since the semantics of this parameter has
changed.

NOTE:
 libxl_domain_restore_params and domain_create aren't changed here,
 checkpointed_stream is still an int. Because we will pass the
 value from libxl to libxc.

Signed-off-by: Yang Hongyang <hongyang.yang@easystack.cn>
Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_stream_read.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c